home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 229
- Top = 183
- BorderStyle = bsToolWindow
- ClientHeight = 185
- ClientWidth = 369
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnActivate = SetStartvar
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 369
- Height = 185
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 353
- Height = 137
- Caption = 'Status'
- TabOrder = 3
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 24
- Top = 40
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 24
- Top = 56
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object Label4: TLabel
- Left = 24
- Top = 72
- Width = 32
- Height = 13
- Caption = 'Label4'
- end
- object Label5: TLabel
- Left = 24
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label5'
- end
- object Label6: TLabel
- Left = 24
- Top = 104
- Width = 32
- Height = 13
- Caption = 'Label6'
- end
- object RadioButton1: TRadioButton
- Left = 8
- Top = 24
- Width = 15
- Height = 17
- Enabled = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 40
- Width = 15
- Height = 17
- Enabled = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 8
- Top = 56
- Width = 15
- Height = 17
- Enabled = False
- TabOrder = 2
- end
- object RadioButton4: TRadioButton
- Left = 8
- Top = 72
- Width = 15
- Height = 17
- Enabled = False
- TabOrder = 3
- end
- object RadioButton5: TRadioButton
- Left = 8
- Top = 88
- Width = 15
- Height = 17
- Enabled = False
- TabOrder = 4
- end
- object RadioButton6: TRadioButton
- Left = 8
- Top = 104
- Width = 15
- Height = 17
- Enabled = False
- TabOrder = 5
- end
- end
- object Info_Button: TButton
- Left = 128
- Top = 152
- Width = 113
- Height = 25
- Caption = '&Info'
- TabOrder = 1
- OnClick = Info_ButtonClick
- end
- object Exit_Button: TButton
- Left = 248
- Top = 152
- Width = 113
- Height = 25
- Caption = 'E&xit'
- TabOrder = 2
- OnClick = Exit_ButtonClick
- end
- object Crackit_Button: TButton
- Left = 8
- Top = 152
- Width = 113
- Height = 25
- Caption = 'Crackit_Button'
- TabOrder = 0
- OnClick = Crackit_ButtonClick
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'All Files |*.*'
- Left = 320
- Top = 16
- end
- end
-